From: Ian Campbell Date: Tue, 14 Apr 2015 13:00:28 +0000 (+0200) Subject: docs: efi: given some hint about the dom0 command line X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~3439 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22?a=commitdiff_plain;h=2c2666aa8f76d5d64c06e9937c4e7506f7fffec8;p=xen.git docs: efi: given some hint about the dom0 command line Suggested-by: Carlos Gustavo Ramirez Rodriguez Signed-off-by: Ian Campbell Reviewed-by: Konrad Rzeszutek Wilk --- diff --git a/docs/misc/efi.markdown b/docs/misc/efi.markdown index f435ec7590..5b54314134 100644 --- a/docs/misc/efi.markdown +++ b/docs/misc/efi.markdown @@ -50,7 +50,7 @@ thus look like this (`#` serving as comment character): [sle11sp2] options=console=vga,com1 com1=57600 loglvl=all noreboot - kernel=vmlinuz-3.0.31-0.4-xen ignore_loglevel #earlyprintk=xen + kernel=vmlinuz-3.0.31-0.4-xen [domain 0 command line options] ramdisk=initrd-3.0.31-0.4-xen **************************example end******************************** @@ -73,6 +73,12 @@ Line Options](xen-command-line.html). Specifies the Dom0 kernel binary and the options to pass to it. +The options should in general be the same as is used when booting +natively, e.g. including `root=...` etc. + +Check your bootloader (e.g. grub) configuration or `/proc/cmdline` for +the native configuration. + ###`ramdisk=` Specifies a Linux-style initial RAM disk image to load.